HomeSort by relevance Sort by last modified time
    Searched refs:ap5 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Analysis/
malloc-sizeof.c 26 struct A *ap5 = calloc(4, sizeof(struct B)); // expected-warning {{Result of 'calloc' is converted to a pointer of type 'struct A', which is incompatible with sizeof operand type 'struct B'}} local
27 struct A *ap6 = realloc(ap5, sizeof(struct A));
28 struct A *ap7 = realloc(ap5, sizeof(struct B)); // expected-warning {{Result of 'realloc' is converted to a pointer of type 'struct A', which is incompatible with sizeof operand type 'struct B'}}
  /bionic/tests/math_data/
exp2_intel_data.h 584 -0x1.ap5
592 -0x1.999999999999ap5
exp_intel_data.h 912 -0x1.ap5
972 0x1.ap5
    [all...]
expm1_intel_data.h 536 -0x1.ap5
596 0x1.ap5
    [all...]
scalb_intel_data.h     [all...]
expf_intel_data.h 420 0x1.89689ap5

Completed in 181 milliseconds