Searched refs:dpoint (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | phys_subreg_coalesce.ll | 5 %struct.dpoint = type { double, double } 7 define %struct.dpoint @midpoint(i64 %p1.0, i64 %p2.0) nounwind readnone { 23 %mrv3 = insertvalue %struct.dpoint undef, double %5, 0 ; <%struct.dpoint> [#uses=1] 24 %mrv4 = insertvalue %struct.dpoint %mrv3, double %13, 1 ; <%struct.dpoint> [#uses=1] 25 ret %struct.dpoint %mrv4
|
/external/llvm/test/CodeGen/X86/ |
D | phys_subreg_coalesce.ll | 5 %struct.dpoint = type { double, double } 7 define %struct.dpoint @midpoint(i64 %p1.0, i64 %p2.0) nounwind readnone { 23 %mrv3 = insertvalue %struct.dpoint undef, double %5, 0 ; <%struct.dpoint> [#uses=1] 24 %mrv4 = insertvalue %struct.dpoint %mrv3, double %13, 1 ; <%struct.dpoint> [#uses=1] 25 ret %struct.dpoint %mrv4
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | io.c | 95 string_to_coeff(mpd_uint_t *data, const char *s, const char *dpoint, int r, in string_to_coeff() argument 103 if (s == dpoint) s++; in string_to_coeff() 111 if (s == dpoint) s++; in string_to_coeff() 136 scan_dpoint_exp(const char *s, const char **dpoint, const char **exp, in scan_dpoint_exp() argument 141 *dpoint = NULL; in scan_dpoint_exp() 146 if (*dpoint != NULL || *exp != NULL) in scan_dpoint_exp() 148 *dpoint = s; in scan_dpoint_exp() 204 const char *dpoint = NULL, *exp = NULL; in mpd_qset_string() local 264 if ((coeff = scan_dpoint_exp(s, &dpoint, &exp, &end)) == NULL) in mpd_qset_string() 281 if (dpoint) { in mpd_qset_string() [all …]
|