Home
last modified time | relevance | path

Searched refs:exp_ptr (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c132 int * const exp_ptr = (int *)(&a); in dcn_bw_log() local
133 int x = *exp_ptr; in dcn_bw_log()
137 *exp_ptr = x; in dcn_bw_log()
/openbsd/gnu/llvm/libcxx/src/include/
H A Dto_chars_floating_point.h563 const char* exp_ptr = find(buf, to_result.ptr, 'e');
564 assert(exp_ptr != to_result.ptr);
566 ++exp_ptr; // advance past 'e'
568 if (*exp_ptr == '+') {
569 ++exp_ptr; // advance past '+' which from_chars() won't parse
573 const auto from_result = from_chars(exp_ptr, to_result.ptr, X);
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.c15638 char * exp_ptr; in S_parse_uniprop_string() local
15648 exp_ptr = strchr(canonical + equals_pos, 'e'); in S_parse_uniprop_string()
15649 if (exp_ptr) { in S_parse_uniprop_string()
15650 char * cur_ptr = exp_ptr + 2; /* past the 'e[+-]' */ in S_parse_uniprop_string()