Home
last modified time | relevance | path

Searched refs:truncl (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/src/math/x32/
H A Dfloorl.s22 .global truncl
23 .type truncl,@function
24 truncl: label
/third_party/musl/src/math/x86_64/
H A Dfloorl.s22 .global truncl
23 .type truncl,@function
24 truncl: label
/third_party/musl/src/math/i386/
H A Dfloor.s62 .global truncl
63 .type truncl,@function
64 truncl: label
/third_party/musl/src/math/
H A Dtruncl.c4 long double truncl(long double x) in truncl() function
12 long double truncl(long double x) in truncl() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dtruncl.c4 long double truncl(long double x) in truncl() function
12 long double truncl(long double x) in truncl() function
/third_party/musl/src/math/s390x/
H A Dtruncl.c5 long double truncl(long double x) in truncl() function
13 #include "../truncl.c"
/third_party/musl/libc-test/src/math/
H A Dtruncl.c11 #include "sanity/truncl.h"
12 #include "special/truncl.h"
32 y = truncl(p->x); in main()
36 printf("%s:%d: bad fp exception: %s truncl(%La)=%La, want %s", in main()
43 printf("%s:%d: %s truncl(%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h361 long double truncl(long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h361 long double truncl(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h361 long double truncl(long double);
/third_party/musl/include/
H A Dmath.h361 long double truncl(long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c229 {long double(*p)(long double) = truncl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c223 int mptruncl(struct t *t) { return mpl1(t, truncl); } in mptruncl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34338 extern long double truncl (long double __x) throw () __attribute__ ((__const__)); extern long double __truncl (long double __x) throw () __attribute__ ((__const__));
35351 using ::truncl;
[all...]

Completed in 28 milliseconds