HomeSort by: relevance | last modified time | path
    Searched defs:more2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/
flow_cmp.c 88 isl_bool more2; local
92 more2 = isl_stream_yaml_next(s2);
93 if (more2 < 0)
95 if (!more2)
103 more2 = isl_stream_yaml_next(s2);
104 if (more < 0 || more2 < 0)
106 if (!more || !more2)
  /src/lib/libm/arch/vax/
n_argred.S 475 /* bneq more2 -S.McD Test was backwards */
476 beql more2
479 more2: label
  /src/sys/lib/libkern/
softfloat-macros.h 514 bits64 more1, more2; local
517 mul64To128( a1, b0, &z1, &more2 );
518 add128( z1, more2, 0, z2, &z1, &z2 );
521 mul64To128( a0, b1, &more1, &more2 );
522 add128( more1, more2, 0, z2, &more1, &z2 );

Completed in 17 milliseconds