| /src/external/lgpl3/gmp/dist/mpq/ |
| set_f.c | 60 mp_ptr num_ptr; local 62 num_ptr = MPZ_NEWALLOC (mpq_numref (q), fexp); 63 MPN_ZERO (num_ptr, fexp - abs_fsize); 64 MPN_COPY (num_ptr + fexp - abs_fsize, fptr, abs_fsize); 73 mp_ptr num_ptr, den_ptr; local 77 num_ptr = MPZ_NEWALLOC (mpq_numref (q), abs_fsize); 84 MPN_COPY (num_ptr, fptr, abs_fsize); 96 mpn_rshift (num_ptr, fptr, abs_fsize, shift); 97 abs_fsize -= (num_ptr[abs_fsize-1] == 0);
|
| /src/external/bsd/bc/dist/ |
| storage.c | 594 bc_num *num_ptr; local 604 num_ptr = get_array_num (var_name, idx); 605 if (num_ptr != NULL) 607 bc_free_num (num_ptr); 608 *num_ptr = bc_copy_num (ex_stack->s_num); 672 bc_num *num_ptr; local 682 num_ptr = get_array_num (var_name, idx); 683 if (num_ptr != NULL) 686 push_copy (*num_ptr); 752 bc_num *num_ptr; local 834 bc_num *num_ptr; local [all...] |
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dedup.c | 3156 void *num_ptr; local 3186 found = ctf_dynhash_lookup_kv (d->cd_input_nums, src_fp, NULL, &num_ptr); 3189 input_num = (uintptr_t) num_ptr;
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dedup.c | 3130 void *num_ptr; local 3160 found = ctf_dynhash_lookup_kv (d->cd_input_nums, src_fp, NULL, &num_ptr); 3163 input_num = (uintptr_t) num_ptr;
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-dedup.c | 3311 void *num_ptr; local 3341 found = ctf_dynhash_lookup_kv (d->cd_input_nums, src_fp, NULL, &num_ptr); 3344 input_num = (uintptr_t) num_ptr;
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-dedup.c | 3311 void *num_ptr; local 3341 found = ctf_dynhash_lookup_kv (d->cd_input_nums, src_fp, NULL, &num_ptr); 3344 input_num = (uintptr_t) num_ptr;
|