/third_party/musl/src/math/i386/ |
D | remquo.s | 21 .global remquo symbol 22 .type remquo,@function 23 remquo: label
|
D | remquof.s | 1 # see remquo.s
|
D | remquol.s | 1 # see remquo.s
|
/third_party/musl/libc-test/src/api/ |
D | tgmath.c | 246 #ifdef remquo in f() 247 {double r = remquo(x,y,&i);} in f() 249 #error no remquo(x,y,z) in f()
|
D | math.c | 194 {double(*p)(double,double,int*) = remquo;} in f()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | remainder.c | 6 return remquo(x, y, &q); in remainder()
|
D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
D | remquol.c | 6 return remquo(x, y, quo); in remquol()
|
/third_party/musl/src/math/ |
D | remainder.c | 6 return remquo(x, y, &q); in remainder()
|
D | remquo.c | 4 double remquo(double x, double y, int *quo) in remquo() function
|
D | remquol.c | 6 return remquo(x, y, quo); in remquol()
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 120 remquo(x, y, z) )) 194 #undef remquo 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
D | math.h | 315 double remquo(double, double, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 120 remquo(x, y, z) )) 194 #undef remquo 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
D | math.h | 315 double remquo(double, double, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 120 remquo(x, y, z) )) 194 #undef remquo 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
D | math.h | 315 double remquo(double, double, int *);
|
/third_party/musl/include/ |
D | tgmath.h | 120 remquo(x, y, z) )) 194 #undef remquo 257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
|
D | math.h | 315 double remquo(double, double, int *);
|
/third_party/musl/libc-test/src/math/ |
D | remquo.c | 26 y = remquo(p->x, p->x2, &yi); in main()
|
D | test_src_math.gni | 153 "remquo",
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 315 double remquo(double, double, int *);
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 203 T(remquo, dd_di)
|
/third_party/spirv-tools/test/ |
D | ext_inst.opencl_test.cpp | 152 CASE3(Remquo, remquo),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | ext_inst.opencl_test.cpp | 152 CASE3(Remquo, remquo),
|