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

  /frameworks/compile/slang/
slang_rs_export_type.h 224 // @T was normalized by calling RSExportType::NormalizeType().
277 // @T may not be normalized
324 // @T was normalized by calling RSExportType::NormalizeType() before calling
331 bool Normalized = false);
339 bool Normalized)
342 mNormalized(Normalized) {
350 // T is normalized by calling RSExportType::NormalizeType() before
354 // @T may not be normalized
411 // @PT was normalized by calling RSExportType::NormalizeType() before calling
437 bool Normalized,
    [all...]
slang_rs_export_type.cpp     [all...]
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 634 SocketAddress normalized(addr.ipaddr().Normalized(), addr.port());
636 AddressMap::value_type entry(normalized, socket);
644 addr->SetIP(addr->ipaddr().Normalized());
662 SocketAddress normalized(addr.ipaddr().Normalized(),
664 AddressMap::iterator it = bindings_->find(normalized);
685 SocketAddress normalized(addr.ipaddr().Normalized(),
687 ASSERT((*bindings_)[normalized] == socket)
    [all...]
ipaddress.h 103 IPAddress Normalized() const;
ipaddress_unittest.cc 617 addr = addr.Normalized();
623 addr = addr.Normalized();
629 addr = addr.Normalized();
635 addr = addr.Normalized();
639 addr = addr.Normalized();
645 addr = addr.Normalized();
651 addr = addr.Normalized();
    [all...]
ipaddress.cc 178 IPAddress IPAddress::Normalized() const {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 114 /// If Normalized is true, scale the distance down by the CharDistanceWeight
116 unsigned getEditDistance(bool Normalized = true) const {
129 return Normalized ? NormalizeEditDistance(ED) : ED;
SemaInternal.h 148 unsigned getBestEditDistance(bool Normalized) {
153 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED;
  /external/mesa3d/src/mesa/tnl/
t_draw.c 63 * array->Normalized flag and selects the correct conversion method.
67 if (input->Normalized) { \
100 assert(input->Normalized);
135 * If the buffer has the \c normalized flag set, the formula
147 if (input->Normalized) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom_array.c 212 GLboolean normalized, GLboolean integer)
229 if (normalized)
234 if (normalized)
241 if (normalized)
246 if (normalized)
257 assert(normalized);
272 else if (normalized) {
416 array->Normalized,
523 array->Normalized,
st_cb_rasterpos.c 205 rs->array[i].Normalized = GL_TRUE;
st_draw_feedback.c 200 arrays[mesaAttr]->Normalized,
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 301 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 528 dst->Normalized = src->Normalized;
  /external/llvm/lib/Support/
Triple.cpp 839 // Stick the corrected components back together to form the normalized string.
840 std::string Normalized;
842 if (i) Normalized += '-';
843 Normalized += Components[i];
845 return Normalized;
    [all...]
  /external/mesa3d/src/mesa/main/
arrayobj.c 194 array->Normalized = GL_FALSE;
varray.c 118 * \param normalized are integer types converted to floats in [-1, 1]?
119 * \param integer integer-valued values (will not be normalized to [-1,1])
128 GLboolean normalized, GLboolean integer,
262 array->Normalized = normalized;
447 GLboolean normalized = GL_FALSE; local
463 size, type, stride, normalized, GL_FALSE, ptr);
476 GLboolean normalized,
496 size, type, stride, normalized, GL_FALSE, ptr);
514 const GLboolean normalized = GL_FALSE local
    [all...]
api_arrayelt.c 581 /* non-normalized */
628 /* normalized (except for float/double) */
    [all...]
mtypes.h 682 GLfloat _NormSpotDirection[4]; /**< normalized spotlight direction */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 214 * Given vertex array type/size/format/normalized info, return
219 GLenum format, bool normalized, bool integer )
222 printf("type %s size %d normalized %d\n",
223 _mesa_lookup_enum_by_nr(type), size, normalized);
236 } else if (normalized) {
676 input->glarray->Normalized,
741 gen6_edgeflag_input->glarray->Normalized,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 470 milliseconds