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

  /src/external/mit/libcbor/dist/src/cbor/
callbacks.h 91 cbor_float_callback float2; member in struct:cbor_callbacks
  /src/external/mit/libcbor/dist/test/
stream_expectations.h 64 float float2; member in union:test_expectation_data
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
call-rt-st.c 92 float float2; member in struct:two_floats_t
288 two_floats->float2 = init_val2;
455 printf("%f\t%f\n", two_floats.float1, two_floats.float2);
call-ar-st.c 106 float float2; member in struct:two_floats_t
386 two_floats->float2 = init_val2;
577 printf("%f\t%f\n", two_floats.float1, two_floats.float2);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
call-rt-st.c 92 float float2; member in struct:two_floats_t
288 two_floats->float2 = init_val2;
455 printf("%f\t%f\n", two_floats.float1, two_floats.float2);
call-ar-st.c 106 float float2; member in struct:two_floats_t
386 two_floats->float2 = init_val2;
577 printf("%f\t%f\n", two_floats.float1, two_floats.float2);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
opencl-c-base.h 135 typedef float float2 __attribute__((ext_vector_type(2))); typedef
524 #define as_float2(x) __builtin_astype((x), float2)

Completed in 29 milliseconds