Home
last modified time | relevance | path

Searched refs:asint (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
H A Drnd.c231 #define asint(x) ((union{uint64_t af_i; double af_f;}){.af_f=x}.af_i) macro
279 if (genab(k, asint(a), asint(b), p)) in main()
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c515 sljit_s32 asint; member
527 sljit_s32 asint; member
7411 if (context->oc.asint != 0) in byte_sequence_compare()
7412 OP2(SLJIT_OR, context->sourcereg, 0, context->sourcereg, 0, SLJIT_IMM, context->oc.asint); in byte_sequence_compare()
7413 add_jump(compiler, backtracks, CMP(SLJIT_NOT_EQUAL, context->sourcereg, 0, SLJIT_IMM, context->c.asint | context->oc.asint)); in byte_sequence_compare()

Completed in 20 milliseconds