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

1 2

  /frameworks/compile/slang/
slang_rs_export_type.h 120 // @T was normalized by calling RSExportType::NormalizeType().
173 // @T may not be normalized
258 // @T was normalized by calling RSExportType::NormalizeType() before calling
265 bool Normalized = false);
273 bool Normalized)
276 mNormalized(Normalized) {
286 // T is normalized by calling RSExportType::NormalizeType() before
290 // @T may not be normalized
344 // @PT was normalized by calling RSExportType::NormalizeType() before calling
371 bool Normalized,
    [all...]
  /external/clang/include/clang/Sema/
TypoCorrection.h 111 /// If Normalized is true, scale the distance down by the CharDistanceWeight
113 unsigned getEditDistance(bool Normalized = true) const {
126 return Normalized ? NormalizeEditDistance(ED) : ED;
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 667 SocketAddress normalized(addr.ipaddr().Normalized(), addr.port());
669 AddressMap::value_type entry(normalized, socket);
679 addr->SetIP(addr->ipaddr().Normalized());
697 SocketAddress normalized(addr.ipaddr().Normalized(),
699 AddressMap::iterator it = bindings_->find(normalized);
705 SocketAddress normalized(addr.ipaddr().Normalized(),
707 ASSERT((*bindings_)[normalized] == socket)
    [all...]
ipaddress.h 107 IPAddress Normalized() const;
ipaddress_unittest.cc 589 addr = addr.Normalized();
595 addr = addr.Normalized();
601 addr = addr.Normalized();
607 addr = addr.Normalized();
611 addr = addr.Normalized();
617 addr = addr.Normalized();
623 addr = addr.Normalized();
    [all...]
ipaddress.cc 182 IPAddress IPAddress::Normalized() const {
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/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/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/llvm/lib/Support/
Triple.cpp 477 // Stick the corrected components back together to form the normalized string.
478 std::string Normalized;
480 if (i) Normalized += '-';
481 Normalized += Components[i];
483 return Normalized;
  /external/chromium_org/third_party/mesa/src/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/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 262 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c 528 dst->Normalized = src->Normalized;
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 528 dst->Normalized = src->Normalized;
  /external/chromium_org/third_party/mesa/src/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...]
  /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...]

Completed in 501 milliseconds

1 2