Searched defs:f32 (Results 1 – 10 of 10) sorted by relevance
24 export let f32 = new Float32Array([2]); variable
116 float f32 = 123.5; in TEST_F() local
42 float f32; in TEST() local193 float f32 = random_gen(), f32_z = 0, f32_min = std::numeric_limits<float>::min(), in TEST() local
133 float f32; member
86 InteropFloat32 f32; member
343 float f32 = g_randomGen(), f32Z = 0.0, f32Min = std::numeric_limits<float>::min(), in TEST() local
564 IrConstructor &f32() // NOLINT(readability-identifier-naming) in f32() function
104 float f32 = 3.14159265f; // 32位单精度浮点,约7位有效数字 member in __anon3a406d300111::TestInterface
686 IrConstructor &f32() // NOLINT(readability-identifier-naming) in f32() function
1903 double f32 = -123.4; variable