HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 126 - 150 of 1871) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ceres-solver/internal/ceres/
problem.cc 75 double* x0, double* x1, double* x2) {
78 x0, x1, x2);
84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x1, x2, x3, x4);
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
105 x0, x1, x2, x3, x4, x5);
111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
115 x0, x1, x2, x3, x4, x5, x6)
    [all...]
  /external/chromium_org/cc/animation/
timing_function.cc 16 double x1, double y1, double x2, double y2) {
17 return make_scoped_ptr(new CubicBezierTimingFunction(x1, y1, x2, y2));
22 double x2,
24 : bezier_(x1, y1, x2, y2) {}
  /external/chromium_org/media/formats/mp2t/
ts_section.h 17 kPidTsdt = 0x2,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osmman.h 11 #define PROT_WRITE 0x2
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_flush.h 36 #define SP_FLUSH_TEXTURE_CACHE 0x2
  /external/chromium_org/third_party/skia/include/utils/
SkCubicInterval.h 14 SkScalar x2, SkScalar y2,
  /external/chromium_org/ui/gfx/geometry/
cubic_bezier.h 15 CubicBezier(double x1, double y1, double x2, double y2);
  /external/clang/test/ASTMerge/Inputs/
enum1.c 13 } x2; variable in typeref:enum:E2
enum2.c 13 } x2; variable in typeref:enum:E2
  /external/clang/test/CXX/dcl.decl/dcl.init/
p6.cpp 14 const HasUserDefault x2; local
  /external/clang/test/CXX/special/class.copy/
p15-inclass.cpp 16 X x2(x);
  /external/clang/test/CXX/temp/temp.arg/temp.arg.type/
p2-cxx0x.cpp 16 X<A*> x2; local
  /external/clang/test/CXX/temp/temp.names/
p3-0x.cpp 5 X<(1>2)> x2; // OK variable
  /external/clang/test/CodeGen/
ms-declspecs.c 4 const __declspec(selectany) int x2 = 2;
6 // CHECK: @x2 = weak_odr constant i32 2, align 4
  /external/clang/test/SemaCXX/
cxx0x-class.cpp 25 static constexpr float x2 = 5.0f; member in struct:rdar8367341::A
dependent-types.cpp 7 T* x2; local
  /external/compiler-rt/test/ubsan/TestCases/Integer/
umul-overflow.cpp 15 (void)(uint32_t(0xffffffff) * uint32_t(0x2));
  /external/iproute2/include/linux/tc_act/
tc_skbedit.h 28 #define SKBEDIT_F_QUEUE_MAPPING 0x2
  /external/iptables/include/linux/netfilter/
xt_devgroup.h 8 XT_DEVGROUP_INVERT_SRC = 0x2,
  /external/kernel-headers/original/uapi/linux/
coda_psdev.h 23 #define CODA_REQ_READ 0x2
firewire-constants.h 31 #define TCODE_WRITE_RESPONSE 0x2
42 #define EXTCODE_COMPARE_SWAP 0x2
73 #define SCODE_400 0x2
80 #define ACK_PENDING 0x2
virtio_pci.h 71 #define VIRTIO_PCI_ISR_CONFIG 0x2
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_devgroup.h 8 XT_DEVGROUP_INVERT_SRC = 0x2,
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_skbedit.h 28 #define SKBEDIT_F_QUEUE_MAPPING 0x2
  /external/llvm/test/MC/AArch64/
dot-req-case-insensitive.s 3 OBJECT .req x2
14 // CHECK: mov x4, x2
15 // CHECK: mov x4, x2

Completed in 720 milliseconds

1 2 3 4 56 7 8 91011>>