OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p51
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gdtoa/
misc.c
402
Bigint *b1, *p5, *
p51
;
local in function:pow5mult
444
if ((
p51
= p5->next) == 0) {
447
if (!(
p51
= p5->next)) {
448
p51
= p5->next = mult(p5,p5);
449
if (
p51
== NULL) {
453
p51
->next = 0;
457
p51
= p5->next = mult(p5,p5);
458
if (
p51
== NULL)
460
p51
->next = 0;
463
p5 =
p51
;
[
all
...]
misc.c
402
Bigint *b1, *p5, *
p51
;
local in function:pow5mult
444
if ((
p51
= p5->next) == 0) {
447
if (!(
p51
= p5->next)) {
448
p51
= p5->next = mult(p5,p5);
449
if (
p51
== NULL) {
453
p51
->next = 0;
457
p51
= p5->next = mult(p5,p5);
458
if (
p51
== NULL)
460
p51
->next = 0;
463
p5 =
p51
;
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025