Searched refs:len (Results 1 – 1 of 1) sorted by relevance
256 size_t len = strlen(f)+1; in build_double() local257 char *dup = memcpy(alloca(len), f, len); in build_double()258 char *low = dup + len - _FP_W_TYPE_SIZE/4 - 1; in build_double()
Completed in 5 milliseconds