Searched defs:quo (Results 1 – 5 of 5) sorted by relevance
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_remainderl.c | 37 int quo; in remainderl() local
|
H A D | s_remquof.c | 30 remquof(float x, float y, int *quo) in remquof()
|
H A D | s_remquo.c | 32 remquo(double x, double y, int *quo) in remquo()
|
H A D | s_remquol.c | 68 remquol(long double x, long double y, int *quo) in remquol()
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 2122 extern half __attribute__((overloadable)) remquo(half n, half d, int *quo) { in remquo() 2125 extern half2 __attribute__((overloadable)) remquo(half2 n, half2 d, int2 *quo) { in remquo() 2128 extern half3 __attribute__((overloadable)) remquo(half3 n, half3 d, int3 *quo) { in remquo() 2131 extern half4 __attribute__((overloadable)) remquo(half4 n, half4 d, int4 *quo) { in remquo()
|