Home
last modified time | relevance | path

Searched defs:f32 (Results 1 – 25 of 202) sorted by relevance

123456789

/external/rust/crates/num-traits/src/ops/
Dinv.rs20 impl Inv for f32 { implementation
23 fn inv(self) -> f32 { in inv()
34 impl<'a> Inv for &'a f32 { implementation
37 fn inv(self) -> f32 { in inv()
/external/rust/crates/libm/src/math/
Dfmaf.rs50 pub fn fmaf(x: f32, y: f32, mut z: f32) -> f32 { in fmaf()
Dfdimf.rs12 pub fn fdimf(x: f32, y: f32) -> f32 { in fdimf()
Dfminf.rs2 pub fn fminf(x: f32, y: f32) -> f32 { in fminf()
Dldexpf.rs2 pub fn ldexpf(x: f32, n: i32) -> f32 { in ldexpf()
Dfmaxf.rs2 pub fn fmaxf(x: f32, y: f32) -> f32 { in fmaxf()
Dremainderf.rs2 pub fn remainderf(x: f32, y: f32) -> f32 { in remainderf()
Dcopysignf.rs5 pub fn copysignf(x: f32, y: f32) -> f32 { in copysignf()
Dscalbnf.rs2 pub fn scalbnf(mut x: f32, mut n: i32) -> f32 { in scalbnf()
Dmodff.rs1 pub fn modff(x: f32) -> (f32, f32) { in modff()
Dj1f.rs21 fn common(ix: u32, x: f32, y1: bool, sign: bool) -> f32 { in common()
66 pub fn j1f(x: f32) -> f32 { in j1f()
110 pub fn y1f(x: f32) -> f32 { in y1f()
217 fn ponef(x: f32) -> f32 { in ponef()
329 fn qonef(x: f32) -> f32 { in qonef()
Dnextafterf.rs2 pub fn nextafterf(x: f32, y: f32) -> f32 { in nextafterf()
Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf()
Dfmodf.rs5 pub fn fmodf(x: f32, y: f32) -> f32 { in fmodf()
Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f()
Dj0f.rs21 fn common(ix: u32, x: f32, y0: bool) -> f32 { in common()
65 pub fn j0f(mut x: f32) -> f32 { in j0f()
110 pub fn y0f(x: f32) -> f32 { in y0f()
218 fn pzerof(x: f32) -> f32 { in pzerof()
330 fn qzerof(x: f32) -> f32 { in qzerof()
Dremquof.rs2 pub fn remquof(mut x: f32, mut y: f32) -> (f32, i32) { in remquof()
/external/deqp-deps/amber/src/
Dformat_test.cc26 auto f32 = type::Number::Float(32); in TEST_F() local
447 auto f32 = type::Number::Float(32); in TEST_F() local
467 auto f32 = type::Number::Float(32); in TEST_F() local
491 auto f32 = type::Number::Float(32); in TEST_F() local
512 auto f32 = type::Number::Float(32); in TEST_F() local
538 auto f32 = type::Number::Float(32); in TEST_F() local
563 auto f32 = type::Number::Float(32); in TEST_F() local
594 auto f32 = type::Number::Float(32); in TEST_F() local
622 auto f32 = type::Number::Float(32); in TEST_F() local
652 auto f32 = type::Number::Float(32); in TEST_F() local
[all …]
/external/clang/test/CodeGen/
Dmms-bitfields.c4 int f32; member
11 int f32; member
18 int f32; member
Dms_struct.c5 int f32; member
12 int f32; member
19 int f32; member
Dtbaa-class.cpp13 uint32_t f32; member in StructA
22 uint32_t f32; member in StructB
29 uint32_t f32; member in StructC
36 uint32_t f32; member in StructD
44 uint32_t f32; member in StructS
/external/llvm-project/clang/test/CodeGen/
Dms_struct.c5 int f32; member
12 int f32; member
19 int f32; member
Dtbaa-class.cpp14 uint32_t f32; member in StructA
23 uint32_t f32; member in StructB
30 uint32_t f32; member in StructC
37 uint32_t f32; member in StructD
45 uint32_t f32; member in StructS
/external/mesa3d/src/util/
Dformat_r11g11b10f.h58 } f32 = {val}; in f32_to_uf11() local
106 } f32; in uf11_to_f32() local
140 } f32 = {val}; in f32_to_uf10() local
188 } f32; in uf10_to_f32() local
/external/virglrenderer/src/gallium/auxiliary/util/
Du_half.h55 union fi f32; in util_float_to_half() local
104 union fi f32; in util_half_to_float() local

123456789