Home
last modified time | relevance | path

Searched refs:d_exp (Results 1 – 5 of 5) sorted by relevance

/external/angle/include/CL/
Dcl_half.h249 uint64_t d_exp = (f64.i >> (CL_DBL_MANT_DIG - 1)) & 0x7FF; in cl_half_from_double() local
253 int64_t exp = d_exp - CL_DBL_MAX_EXP + 1; in cl_half_from_double()
262 if (d_exp == 0x7FF) in cl_half_from_double()
279 if (!d_exp && !d_mant) in cl_half_from_double()
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl_half.h249 uint64_t d_exp = (f64.i >> (CL_DBL_MANT_DIG - 1)) & 0x7FF; in cl_half_from_double() local
253 int64_t exp = d_exp - CL_DBL_MAX_EXP + 1; in cl_half_from_double()
262 if (d_exp == 0x7FF) in cl_half_from_double()
279 if (!d_exp && !d_mant) in cl_half_from_double()
/external/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp142 int d_exp = d<y>(D<y>()); variable
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp145 int d_exp = d<y>(D<y>()); variable
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_parser_unittest.cc98 double d_exp = exp; variable
100 if (isnan(d_exp) || isnan(d_arg))
102 return fabs(d_arg - d_exp) < 1e-128;