Home
last modified time | relevance | path

Searched refs:fmodl (Results 1 – 25 of 34) sorted by relevance

12

/third_party/musl/src/math/x32/
Dfmodl.s1 .global fmodl symbol
2 .type fmodl,@function
3 fmodl: label
/third_party/musl/src/math/x86_64/
Dfmodl.s1 .global fmodl symbol
2 .type fmodl,@function
3 fmodl: label
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmodl.c4 long double fmodl(long double x, long double y) in fmodl() function
9 long double fmodl(long double x, long double y) in fmodl() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfmodl.c4 long double fmodl(long double x, long double y) in fmodl() function
9 long double fmodl(long double x, long double y) in fmodl() function
/third_party/musl/porting/uniproton/kernel/src/math/
Dfmodl.c4 long double fmodl(long double x, long double y) in fmodl() function
9 long double fmodl(long double x, long double y) in fmodl() function
/third_party/musl/src/math/
Dfmodl.c4 long double fmodl(long double x, long double y) in fmodl() function
9 long double fmodl(long double x, long double y) in fmodl() function
/third_party/ffmpeg/compat/djgpp/
Dmath.h23 long double fmodl(long double, long double);
Dmath.c34 long double fmodl(long double x, long double y) in fmodl() function
/third_party/musl/src/math/i386/
Dfmodl.c3 long double fmodl(long double x, long double y) in fmodl() function
/third_party/musl/libc-test/src/math/
Dfmodl.c33 y = fmodl(p->x, p->x2); in main()
Dtest_src_math.gni79 "fmodl",
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dfloatscan.c275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat()
293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dfloatscan.c275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat()
293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dfloatscan.c275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat()
293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
/third_party/musl/src/internal/
Dfloatscan.c275 frac = fmodl(y, scalbn(1, LDBL_MANT_DIG-bits)); in decfloat()
293 if (LDBL_MANT_DIG-bits >= 2 && !fmodl(frac, 1)) in decfloat()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def112 HANDLE_LIBCALL(REM_F80, "fmodl")
113 HANDLE_LIBCALL(REM_F128, "fmodl")
114 HANDLE_LIBCALL(REM_PPCF128, "fmodl")
/third_party/musl/ndk_musl_include/
Dmath.h229 long double fmodl(long double, long double);
/third_party/musl/libc-test/src/api/
Dmath.c125 {long double(*p)(long double,long double) = fmodl;} in f()
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h229 long double fmodl(long double, long double);
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h229 long double fmodl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h229 long double fmodl(long double, long double);
/third_party/musl/include/
Dmath.h229 long double fmodl(long double, long double);
/third_party/musl/Benchmark/musl/
Dlibc_math.cpp74 benchmark::DoNotOptimize(fmodl(x, y)); in Bm_function_Fmodl()
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h81 T(fmodl, ll_l)
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni195 "$MUSLPORTINGDIR/src/math/fmodl.c",

12