Home
last modified time | relevance | path

Searched refs:nsz (Results 1 – 25 of 37) sorted by relevance

12

/external/jemalloc_new/test/integration/
Dmallocx.c121 size_t nsz, rsz; in TEST_BEGIN() local
123 nsz = nallocx(sz, 0); in TEST_BEGIN()
124 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN()
130 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() size mismatch"); in TEST_BEGIN()
138 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN()
139 assert_zu_ne(nsz, 0, "Unexpected nallocx() error"); in TEST_BEGIN()
143 nsz); in TEST_BEGIN()
145 assert_zu_eq(nsz, rsz, "nallocx()/sallocx() rsize mismatch"); in TEST_BEGIN()
164 size_t nsz, rsz, alignment, total; in TEST_BEGIN() local
180 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
[all …]
Dxallocx.c317 size_t sz, nsz; in test_zero() local
344 for (sz = szmin; sz < szmax; sz = nsz) { in test_zero()
345 nsz = nallocx(sz+1, flags); in test_zero()
346 if (xallocx(p, sz+1, 0, flags) != nsz) { in test_zero()
352 assert_false(validate_fill(p, 0x00, sz, nsz-sz), in test_zero()
353 "Memory not filled: sz=%zu, nsz-sz=%zu", sz, nsz-sz); in test_zero()
354 memset((void *)((uintptr_t)p + sz), FILL_BYTE, nsz-sz); in test_zero()
355 assert_false(validate_fill(p, FILL_BYTE, 0, nsz), in test_zero()
356 "Memory not filled: nsz=%zu", nsz); in test_zero()
Dsdallocx.c13 size_t nsz, sz, alignment, total; in TEST_BEGIN() local
29 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
33 total += nsz; in TEST_BEGIN()
/external/llvm/test/Bitcode/
Dfcmp-fast.ll13 ; CHECK: %nsz = fcmp nsz uge float %a, %b
14 %nsz = fcmp nsz uge float %a, %b
15 ; CHECK: %nnan = fcmp nnan nsz oge double %c, %d
16 %nnan = fcmp nnan nsz oge double %c, %d
19 %dce2 = or i1 %dce1, %nsz
Dcompatibility-3.8.ll685 %f.nsz = fadd nsz float %op1, %op2
686 ; CHECK: %f.nsz = fadd nsz float %op1, %op2
707 %call.nsz.arcp = notail call nsz arcp double @fmf2()
708 ; CHECK: %call.nsz.arcp = notail call nsz arcp double @fmf2()
Dcompatibility.ll759 %f.nsz = fadd nsz float %op1, %op2
760 ; CHECK: %f.nsz = fadd nsz float %op1, %op2
781 %call.nsz.arcp = notail call nsz arcp double @fmf2()
782 ; CHECK: %call.nsz.arcp = notail call nsz arcp double @fmf2()
Dcompatibility-3.7.ll654 %f.nsz = fadd nsz float %op1, %op2
655 ; CHECK: %f.nsz = fadd nsz float %op1, %op2
Dcompatibility-3.6.ll610 %f.nsz = fadd nsz float %op1, %op2
611 ; CHECK: %f.nsz = fadd nsz float %op1, %op2
/external/llvm/test/Transforms/InstSimplify/
Dfast-math.ll9 %b = fmul nsz nnan float %a, 0.0
24 ; CHECK: [[B:%.*]] = fmul nsz float %a, 0.000000e+00
27 %b = fmul nsz float %a, 0.0
81 %ret = fadd nsz float %no_zero, %zero7
103 %ret = fadd nsz float %no_zero, %zero1
108 ; fsub nsz 0.0, (fsub 0.0, X) ==> X
114 %ret = fsub nsz float 0.0, %t1
118 ; fadd nsz X, 0 ==> X
133 ; fdiv nsz nnan 0, X ==> 0
139 %r = fdiv nnan nsz double 0.0, %X
/external/llvm/test/Assembler/
Dfast-math-flags.ll126 %b = fsub nnan nsz fast float %x, %y
130 %c = fmul nsz fast arcp float %x, %y
131 ; CHECK: %c_vec = fmul nsz <3 x float> %vec, %vec
132 %c_vec = fmul nsz <3 x float> %vec, %vec
137 ; CHECK: %e = frem nnan nsz float %x, %y
138 %e = frem nnan nsz float %x, %y
/external/jemalloc_new/test/unit/
Dprof_reset.c242 size_t sz, nsz; in TEST_BEGIN() local
260 nsz = nallocx(sz+1, 0); in TEST_BEGIN()
261 assert_zu_eq(xallocx(p, nsz, 0, 0), sz, in TEST_BEGIN()
/external/llvm/test/CodeGen/ARM/
Dsoftfp-fabs-fneg.ll28 %x = fsub nsz double -0.0, %a
36 %x = fsub nsz float -0.0, %a
Dvminmaxnm-safe.ll375 %cmp1 = fcmp nsz ole float 0., %a
377 %cmp2 = fcmp nsz uge float 0., %cond1
386 %cmp1 = fcmp nsz ule float -0., %a
388 %cmp2 = fcmp nsz oge float -0., %cond1
/external/llvm/test/Transforms/InstCombine/
Dfmul.ll15 %sub = fsub nsz float 0.000000e+00, %x
35 %sub1 = fsub nsz float 0.000000e+00, %x
36 %sub2 = fsub nsz float 0.000000e+00, %y
55 %sub1 = fsub nsz float 0.000000e+00, %x
Dfast-math.ll326 %sub1 = fsub nsz float 0.000000e+00, %f2
334 %sub = fsub nsz float 0.0, %x
337 ; CHECK-NEXT: fsub nsz float -0.000000e+00, %x
744 ; 'nsz' is implied by the definition of fmax or fmin itself.
765 ; CHECK-NEXT: fcmp nnan nsz ogt float %a, %b
786 ; CHECK-NEXT: fcmp nnan nsz ogt fp128 %a, %b
800 ; CHECK-NEXT: fcmp nnan nsz olt float %a, %b
820 ; CHECK-NEXT: fcmp nnan nsz olt double %a, %b
Dminmax-fp.ll148 ; CHECK-NEXT: fcmp nsz oge float %a, 0.000000e+00
152 %1 = fcmp nsz ule float %a, 0.0
/external/one-true-awk/
Dtran.c263 int i, nh, nsz; in rehash() local
266 nsz = GROWTAB * tp->size; in rehash()
267 np = (Cell **) calloc(nsz, sizeof(*np)); in rehash()
273 nh = hash(cp->nval, nsz); in rehash()
280 tp->size = nsz; in rehash()
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-cpsr-liveness.ll26 %cmp2 = fcmp nsz ogt double %conv, %b.017.reg2mem.0
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dpropagate_ir_flags.ll181 %op3 = fadd nsz nnan float %load3, 1.0
207 %op3 = fadd nsz float %load3, 1.0
233 %op3 = fadd fast nsz nnan float %load3, 1.0
/external/llvm/utils/vim/syntax/
Dllvm.vim31 syn keyword llvmStatement mul nand ne ninf nnan nsw nsz nuw oeq oge ogt ole
/external/dlmalloc/
Ddlmalloc.c1705 #define MREMAP_DEFAULT(addr, osz, nsz, mv) mremap((addr), (osz), (nsz), (mv)) argument
1759 #define CALL_MREMAP(addr, osz, nsz, mv) MREMAP((addr), (osz), (nsz), (mv)) argument
1761 #define CALL_MREMAP(addr, osz, nsz, mv) MREMAP_DEFAULT((addr), (osz), (nsz), (mv)) argument
1764 #define CALL_MREMAP(addr, osz, nsz, mv) MFAIL argument
/external/icu/icu4c/source/data/locales/
Dhu.txt371 "Pakhónsz",
401 "Pakhónsz",
418 "Pakhónsz",
433 "Pakhónsz",
/external/cronet/third_party/icu/source/data/locales/
Dhu.txt371 "Pakhónsz",
401 "Pakhónsz",
418 "Pakhónsz",
433 "Pakhónsz",
/external/llvm/test/CodeGen/X86/
Dfma_patterns.ll1134 %m = fmul nsz double %x, %y
1157 %m = fmul nsz <4 x float> %x, %y
1180 %m = fmul nsz <4 x double> %x, %y
/external/strace/
DCREDITS212 Szabolcs Nagy <nsz@port70.net>

12