Searched refs:float64_t (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_basic_types.h | 46 typedef double float64_t; typedef 113 typedef vector<float64_t, 1> float64_t1; 114 typedef vector<float64_t, 2> float64_t2; 115 typedef vector<float64_t, 3> float64_t3; 116 typedef vector<float64_t, 4> float64_t4;
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | cbrt.c | 15 float64_t poly[4]; 16 float64_t table[5]; 17 float64_t one_third, two_thirds, shift; 45 shifted_lookup (const svbool_t pg, const float64_t *table, svint64_t i) in shifted_lookup()
|
| H A D | asin.c | 15 float64_t poly[12]; 16 float64_t pi_over_2f;
|
| H A D | atan.c | 15 float64_t poly[20]; 16 float64_t pi_over_2;
|
| H A D | acos.c | 15 float64_t poly[12]; 16 float64_t pi, pi_over_2;
|
| H A D | tanh.c | 15 float64_t poly[11]; 16 float64_t inv_ln2, ln2_hi, ln2_lo, shift;
|
| H A D | sinh.c | 15 float64_t poly[11]; 16 float64_t inv_ln2, m_ln2_hi, m_ln2_lo, shift;
|
| H A D | cosh.c | 14 float64_t poly[3]; 15 float64_t inv_ln2, ln2_hi, ln2_lo, shift, thres;
|
| H A D | atan2.c | 15 float64_t poly[20]; 16 float64_t pi_over_2;
|
| H A D | erfc.c | 96 const float64_t *p = &__v_erfc_data.tab[0].erfc - 2 * dat->off_arr; in SV_NAME_D1()
|
| /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 | 104 represents the types `double', '_Float64`, `std::float64_t`, and `_Float32x`
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | riscv_vector_common.td | 43 // d: float64_t (double)
|