Home
last modified time | relevance | path

Searched defs:quo (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_remainderl.c37 int quo; in remainderl() local
H A Ds_remquof.c30 remquof(float x, float y, int *quo) in remquof()
H A Ds_remquo.c32 remquo(double x, double y, int *quo) in remquo()
H A Ds_remquol.c68 remquol(long double x, long double y, int *quo) in remquol()
/aosp12/frameworks/rs/driver/runtime/
H A Drs_cl.c2122 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()