HomeSort by relevance Sort by last modified time
    Searched full:scalars (Results 76 - 100 of 447) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libbrillo/brillo/
any_internal_impl_unittest.cc 128 // The contained value is just moved, but for scalars this just copies
  /external/llvm/test/Transforms/GlobalOpt/
externally-initialized-aggregate.ll 3 ; This global is externally_initialized, so if we split it into scalars we
  /external/opencv3/modules/viz/src/vtk/
vtkCloudMatSource.h 77 vtkSmartPointer<vtkUnsignedCharArray> scalars; member in class:cv::viz::vtkCloudMatSource
  /external/skia/src/core/
SkQuadClipper.cpp 16 // conver to scalars, since that's where we'll see the points
  /external/vulkan-validation-layers/libs/glm/gtc/
random.hpp 60 /// @tparam genType Value type. Currently supported: half (not recommanded), float or double scalars and vectors.
ulp.hpp 76 /// Return the distance in the number of ULP between 2 scalars.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
names.h 61 char ** scalars ; /**< The scalar names (an array of strings). */ member in struct:cloognames
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
names.h 61 char ** scalars ; /**< The scalar names (an array of strings). */ member in struct:cloognames
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 12 /* Functions for SCALARs or strings*/
  /system/tools/aidl/
aidl_language_l.ll 86 /* scalars */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_shader.cpp 262 case ir_binop_all_equal: /* same as equal for scalars */
265 case ir_binop_any_nequal: /* same as nequal for scalars */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state_init.c 181 h.scalars.cmd_type = RADEON_CMD_SCALARS;
182 h.scalars.offset = offset;
183 h.scalars.stride = stride;
184 h.scalars.count = count;
255 OUT_BATCH((h.scalars.offset) | (h.scalars.stride << RADEON_SCAL_INDX_DWORD_STRIDE_SHIFT)); \
256 OUT_BATCH(CP_PACKET0_ONE(R200_SE_TCL_SCALAR_DATA_REG, h.scalars.count - 1)); \
257 OUT_BATCH_TABLE((data), h.scalars.count); \
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
BeanConstructorTest.java 164 fail("Keys must be scalars.");
166 assertTrue(e.getMessage(), e.getMessage().contains("Keys must be scalars but found"));
  /external/boringssl/src/crypto/ec/
p256-64.c 1712 BIGNUM const *const *scalars = p_ != NULL ? &p_scalar_ : NULL; local
    [all...]
  /external/eigen/blas/testing/
sblat1.f 50 * .. Scalars in Common ..
53 * .. Local Scalars ..
99 * .. Scalars in Common ..
132 * .. Scalars in Common ..
135 * .. Local Scalars ..
248 * .. Scalars in Common ..
251 * .. Local Scalars ..
342 * .. Scalars in Common ..
345 * .. Local Scalars ..
690 * .. Scalars in Common .
    [all...]
cblat2.f 81 * .. Local Scalars ..
110 * .. Scalars in Common ..
430 * .. Local Scalars ..
449 * .. Scalars in Common ..
775 * .. Local Scalars ..
793 * .. Scalars in Common ..
    [all...]
dblat2.f 78 * .. Local Scalars ..
106 * .. Scalars in Common ..
421 * .. Local Scalars ..
439 * .. Scalars in Common ..
762 * .. Local Scalars ..
779 * .. Scalars in Common ..
    [all...]
sblat2.f 78 * .. Local Scalars ..
106 * .. Scalars in Common ..
421 * .. Local Scalars ..
439 * .. Scalars in Common ..
762 * .. Local Scalars ..
779 * .. Scalars in Common ..
    [all...]
zblat2.f 82 * .. Local Scalars ..
111 * .. Scalars in Common ..
432 * .. Local Scalars ..
451 * .. Scalars in Common ..
778 * .. Local Scalars ..
796 * .. Scalars in Common ..
    [all...]
dblat3.f 57 * .. Local Scalars ..
83 * .. Scalars in Common ..
385 * .. Local Scalars ..
402 * .. Scalars in Common ..
666 * .. Local Scalars ..
683 * .. Scalars in Common ..
    [all...]
sblat3.f 57 * .. Local Scalars ..
83 * .. Scalars in Common ..
385 * .. Local Scalars ..
402 * .. Scalars in Common ..
666 * .. Local Scalars ..
683 * .. Scalars in Common ..
    [all...]
  /external/eigen/Eigen/src/Core/
Functors.h 20 * \brief Template functor to compute the sum of two scalars
43 * \brief Template functor to compute the product of two scalars
71 * \brief Template functor to compute the conjugate product of two scalars
100 * \brief Template functor to compute the min of two scalars
123 * \brief Template functor to compute the max of two scalars
146 * \brief Template functor to compute the hypot of two scalars
170 * \brief Template functor to compute the pow of two scalars
184 * \brief Template functor to compute the difference of two scalars
204 * \brief Template functor to compute the quotient of two scalars
263 * \brief Template functors for comparison of two scalars
    [all...]
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.h 194 // Generates a failure when a1 is equal to a2. This test is for C scalars,
263 // Generates a failure when a1 is not 'op' to a2. This test is for C scalars.
303 // Generates a failure when a1 is not > a2. This test is for C scalars.
314 // Generates a failure when a1 is not >= a2. This test is for C scalars.
325 // Generates a failure when a1 is not < a2. This test is for C scalars.
336 // Generates a failure when a1 is not <= a2. This test is for C scalars.
577 C scalars, structs and unions.
619 This test is for scalars such as floats and doubles where small differences
620 could make these items not exactly equal, but also works for all scalars.
    [all...]
  /external/cblas/testing/
c_cblat2.f 80 * .. Local Scalars ..
109 * .. Scalars in Common ..
494 * .. Local Scalars ..
514 * .. Scalars in Common ..
    [all...]
c_dblat2.f 77 * .. Local Scalars ..
105 * .. Scalars in Common ..
486 * .. Local Scalars ..
505 * .. Scalars in Common ..
    [all...]

Completed in 822 milliseconds

1 2 34 5 6 7 8 91011>>