Searched refs:float32_t (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_basic_types.h | 39 typedef float float32_t; typedef 109 typedef vector<float32_t, 1> float32_t1; 110 typedef vector<float32_t, 2> float32_t2; 111 typedef vector<float32_t, 3> float32_t3; 112 typedef vector<float32_t, 4> float32_t4;
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | cbrtf.c | 15 float32_t poly[4]; 16 float32_t table[5]; 17 float32_t one_third, two_thirds; 41 shifted_lookup (const svbool_t pg, const float32_t *table, svint32_t i) in shifted_lookup()
|
| H A D | asinf.c | 15 float32_t poly[5]; 16 float32_t pi_over_2f;
|
| H A D | atanf.c | 15 float32_t poly[8]; 16 float32_t pi_over_2;
|
| H A D | acosf.c | 15 float32_t poly[5]; 16 float32_t pi, pi_over_2;
|
| H A D | atan2f.c | 15 float32_t poly[8]; 16 float32_t pi_over_2;
|
| H A D | sv_expm1f_inline.h | 18 float32_t c2, c4, ln2_hi, ln2_lo;
|
| H A D | erfcf.c | 70 const float32_t *p = &__v_erfcf_data.tab[0].erfc - 2 * dat->off_arr; in SV_NAME_F1()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | stdfloat.cppm | |
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIRTypes.td | 96 represents the types `float`, `_Float32`, and `std::float32_t` in C and C++.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector_common.td | 42 // f: float32_t (float)
|