Home
last modified time | relevance | path

Searched refs:remquo (Results 1 – 25 of 39) sorted by relevance

12

/third_party/musl/src/math/i386/
Dremquo.s21 .global remquo symbol
22 .type remquo,@function
23 remquo: label
Dremquof.s1 # see remquo.s
Dremquol.s1 # see remquo.s
/third_party/musl/libc-test/src/api/
Dtgmath.c246 #ifdef remquo in f()
247 {double r = remquo(x,y,&i);} in f()
249 #error no remquo(x,y,z) in f()
Dmath.c194 {double(*p)(double,double,int*) = remquo;} in f()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dremainder.c6 return remquo(x, y, &q); in remainder()
Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() function
Dremquol.c6 return remquo(x, y, quo); in remquol()
/third_party/musl/src/math/
Dremainder.c6 return remquo(x, y, &q); in remainder()
Dremquo.c4 double remquo(double x, double y, int *quo) in remquo() function
Dremquol.c6 return remquo(x, y, quo); in remquol()
/third_party/musl/ndk_musl_include/
Dtgmath.h120 remquo(x, y, z) ))
194 #undef remquo
257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
Dmath.h315 double remquo(double, double, int *);
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h120 remquo(x, y, z) ))
194 #undef remquo
257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
Dmath.h315 double remquo(double, double, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h120 remquo(x, y, z) ))
194 #undef remquo
257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
Dmath.h315 double remquo(double, double, int *);
/third_party/musl/include/
Dtgmath.h120 remquo(x, y, z) ))
194 #undef remquo
257 #define remquo(x,y,z) __tg_real_remquo((x), (y), (z)) macro
Dmath.h315 double remquo(double, double, int *);
/third_party/musl/libc-test/src/math/
Dremquo.c26 y = remquo(p->x, p->x2, &yi); in main()
Dtest_src_math.gni153 "remquo",
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h315 double remquo(double, double, int *);
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h203 T(remquo, dd_di)
/third_party/spirv-tools/test/
Dext_inst.opencl_test.cpp152 CASE3(Remquo, remquo),
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dext_inst.opencl_test.cpp152 CASE3(Remquo, remquo),

12