Home
last modified time | relevance | path

Searched refs:feraiseexcept (Results 1 – 25 of 30) sorted by relevance

12

/third_party/musl/src/fenv/mipsn32/
Dfenv.S15 .global feraiseexcept symbol
16 .type feraiseexcept,@function
17 feraiseexcept: label
/third_party/musl/src/fenv/mips/
Dfenv.S16 .global feraiseexcept symbol
17 .type feraiseexcept,@function
18 feraiseexcept: label
/third_party/musl/src/fenv/mips64/
Dfenv.S16 .global feraiseexcept symbol
17 .type feraiseexcept,@function
18 feraiseexcept: label
/third_party/musl/src/fenv/riscv64/
Dfenv.S10 .global feraiseexcept symbol
11 .type feraiseexcept, %function
12 feraiseexcept: label
/third_party/musl/src/fenv/powerpc/
Dfenv.S32 .global feraiseexcept symbol
33 .type feraiseexcept,@function
34 feraiseexcept: label
/third_party/musl/src/fenv/aarch64/
Dfenv.s37 .global feraiseexcept symbol
38 .type feraiseexcept,%function
39 feraiseexcept: label
/third_party/musl/src/fenv/arm/
Dfenv-hf.S42 .global feraiseexcept symbol
43 .type feraiseexcept,%function
44 feraiseexcept: label
/third_party/musl/src/fenv/sh/
Dfenv.S42 .global feraiseexcept symbol
43 .type feraiseexcept, @function
44 feraiseexcept: label
/third_party/musl/src/fenv/x86_64/
Dfenv.s22 .global feraiseexcept symbol
23 .type feraiseexcept,@function
24 feraiseexcept: label
/third_party/musl/src/fenv/x32/
Dfenv.s22 .global feraiseexcept symbol
23 .type feraiseexcept,@function
24 feraiseexcept: label
/third_party/musl/src/math/
Dfmal.c201 feraiseexcept(FE_INEXACT); in fmal()
205 feraiseexcept(FE_UNDERFLOW); in fmal()
280 feraiseexcept(FE_UNDERFLOW); in fmal()
282 feraiseexcept(FE_INEXACT); in fmal()
Dfmaf.c67 feraiseexcept(FE_UNDERFLOW); in fmaf()
69 feraiseexcept(FE_INEXACT); in fmaf()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dfmal.c201 feraiseexcept(FE_INEXACT); in fmal()
205 feraiseexcept(FE_UNDERFLOW); in fmal()
280 feraiseexcept(FE_UNDERFLOW); in fmal()
282 feraiseexcept(FE_INEXACT); in fmal()
Dfmaf.c67 feraiseexcept(FE_UNDERFLOW); in fmaf()
69 feraiseexcept(FE_INEXACT); in fmaf()
/third_party/musl/src/fenv/i386/
Dfenv.s50 .global feraiseexcept symbol
51 .type feraiseexcept,@function
52 feraiseexcept: label
/third_party/musl/libc-test/src/math/
Dfenv.c52 r = feraiseexcept(te[i].i); in test_except()
70 r = feraiseexcept(FE_ALL_EXCEPT); in test_except()
248 r = feraiseexcept(1234567|FE_ALL_EXCEPT); in test_bad()
/third_party/musl/src/fenv/
Dfeupdateenv.c7 feraiseexcept(ex); in feupdateenv()
Dfesetexceptflag.c6 feraiseexcept(*fp & mask); in fesetexceptflag()
Dfenv.c10 int feraiseexcept(int mask) in feraiseexcept() function
/third_party/musl/porting/liteos_a/kernel/src/fenv/
Dfenv.c10 int feraiseexcept(int mask) in feraiseexcept() function
/third_party/musl/ndk_musl_include/
Dfenv.h12 int feraiseexcept(int);
/third_party/musl/porting/uniproton/kernel/include/
Dfenv.h12 int feraiseexcept(int);
/third_party/musl/porting/liteos_a/kernel/include/
Dfenv.h12 int feraiseexcept(int);
/third_party/musl/include/
Dfenv.h12 int feraiseexcept(int);
/third_party/musl/porting/liteos_m/kernel/include/
Dfenv.h12 int feraiseexcept(int);

12