HomeSort by relevance Sort by last modified time
    Searched defs:_1 (Results 1 - 12 of 12) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtorQ.c 35 #undef _1 macro
41 #define _1 1 macro
47 #define _1 2 macro
69 L[_1] = bits[2];
76 L[_1] = bits[2];
85 L[_1] = L[_2] = L[_3] = 0;
gdtoaimp.h 637 #define _1 1 macro
646 #define _1 0 macro
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtopx.c 38 #undef _1 macro
44 #define _1 1 macro
51 #define _1 3 macro
90 L[_1] = (UShort)(bits[1] >> 16);
95 L[_1] = L[_2] = L[_3] = L[_4] = 0;
gdtoaimp.h 606 #define _1 1 macro
615 #define _1 0 macro
  /external/Microsoft-GSL/tests/
utils_tests.cpp 58 auto _1 = finally([&]() { f(i); }); variable
60 auto _2 = std::move(_1);
65 auto _2 = std::move(_1);
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p1.cpp 44 test<2> _1 = (foo)(a); local
70 a _1 = A::a();
  /external/tensorflow/tensorflow/core/kernels/
sendrecv_ops.cc 166 std::move(done), _1, _2, _3, _4, _5); member in namespace:tensorflow::__anon45509
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 346 placeholder<1> _1; variable
352 bind(plus<int>(), x, _1)(y);
  /external/clang/test/SemaTemplate/
deduction.cpp 33 struct _1 {}; struct
36 // Replaces all occurrences of _1 with Arg1 and _2 with Arg2 in T.
44 struct Replace<_1, Arg1, Arg2> {
79 int array0[is_same<Replace<_1, int, float>::type, int>::value? 1 : -1];
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1];
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
BaseConstructor.java 152 entry._1().put(key_value._1(), key_value._2());
158 value._1().add(value._2());
430 private final T _1; field in class:BaseConstructor.RecursiveTuple
433 public RecursiveTuple(T _1, K _2) {
434 this._1 = _1;
442 public T _1() { method in class:BaseConstructor.RecursiveTuple
443 return _1;
  /external/python/apitools/samples/iam_sample/iam_v1/
iam_v1_messages.py 911 _1 = 0 variable in class:StandardQueryParameters.FXgafvValueValuesEnum
    [all...]
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py 3019 _1 = 0 variable in class:StandardQueryParameters.FXgafvValueValuesEnum
    [all...]

Completed in 919 milliseconds