Home
last modified time | relevance | path

Searched defs:split (Results 1 – 25 of 199) sorted by relevance

12345678

/external/mesa3d/src/mesa/vbo/
Dvbo_split_inplace.c63 static void flush_vertex( struct split_context *split ) in flush_vertex()
108 static struct _mesa_prim *next_outprim( struct split_context *split ) in next_outprim()
121 static void update_index_bounds(struct split_context *split, in update_index_bounds()
132 static GLuint get_max_vertices(struct split_context *split, in get_max_vertices()
148 static void split_prims( struct split_context *split) in split_prims()
274 struct split_context split; in vbo_split_inplace() local
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dsplit_merge.hpp187 …__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, const MaskPt… in split() function
204 …__host__ void split(const SrcPtr& src, const GlobPtr<DstType>& dst1, const GlobPtr<DstType>& dst2,… in split() function
217 …__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstT… in split() function
235 …__host__ void split(const SrcPtr& src, const GlobPtr<DstType>& dst1, const GlobPtr<DstType>& dst2,… in split() function
248 …__global__ void split(const SrcPtr src, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, GlobPtr<DstT… in split() function
267 …__host__ void split(const SrcPtr& src, const GlobPtr<DstType>& dst1, const GlobPtr<DstType>& dst2,… in split() function
/external/vogar/src/vogar/
DOutcome.java110 int split = split(outcomeName); in getSuiteName() local
118 int split = split(outcomeName); in getTestName() local
122 private static int split(String name) { in split() method in Outcome
/external/webp/src/utils/
Dbit_reader_inl.h119 const range_t split = (range * prob) >> 8; in VP8GetBit() local
157 const range_t split = br->range_ >> 1; in VP8GetSigned() local
Dbit_writer.c109 const int split = (bw->range_ * prob) >> 8; in VP8PutBit() local
127 const int split = bw->range_ >> 1; in VP8PutBitUniform() local
/external/opencv3/3rdparty/libwebp/utils/
Dbit_reader.h212 static WEBP_INLINE int VP8BitUpdate(VP8BitReader* const br, range_t split) { in VP8BitUpdate()
261 const range_t split = in VP8GetBit() local
279 const range_t split = (br->range_ >> 1); in VP8GetSigned() local
Dbit_writer.c107 const int split = (bw->range_ * prob) >> 8; in VP8PutBit() local
125 const int split = bw->range_ >> 1; in VP8PutBitUniform() local
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDefaultHdfParser.java54 Split split; in parseLine() local
120 private Split split(String line, String delimiter) { in split() method in DefaultHdfParser
/external/v8/test/message/
Doverwritten-builtins.js28 String.prototype.split = function() { return "SPLIT ERROR"; }; method in String
/external/jcommander/src/main/java/com/beust/jcommander/converters/
DCommaParameterSplitter.java8 public List<String> split(String value) { in split() method in CommaParameterSplitter
DIParameterSplitter.java10 List<String> split(String value); in split() method
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DWriterToUTF8Buffered.java202 int split = length/CHARS_MAX; in write() local
337 int split = length/CHARS_MAX; in write() local
/external/avahi/avahi-daemon/
Dini-file-parser-test.c46 char **split, **i; in main() local
/external/opencv/ml/src/
Dmltree.cpp847 CvDTreeSplit* split = (CvDTreeSplit*)cvSetNew( split_heap ); in new_split_ord() local
861 CvDTreeSplit* split = (CvDTreeSplit*)cvSetNew( split_heap ); in new_split_cat() local
877 CvDTreeSplit* split = node->split; in free_node() local
1385 CvDTreeSplit* split; in try_split_node() local
1530 CvDTreeSplit *best_split = 0, *split = 0, *t; in find_best_split() local
1758 CvDTreeSplit* split; in find_split_cat_class() local
1969 CvDTreeSplit* split; in find_split_cat_reg() local
2171 CvDTreeSplit* split = data->new_split_cat( vi, 0 ); in find_surrogate_split_cat() local
2445 CvDTreeSplit* split = node->split->next; in complete_node_dir() local
2939 CvDTreeSplit* split = node->split; in predict() local
[all …]
/external/parameter-framework/upstream/utility/
DTokenizer.cpp42 vector<string> Tokenizer::split() in split() function in Tokenizer
/external/toybox/toys/pending/
Dfold.c42 int pos = 0, split = -1; local
/external/selinux/libsemanage/src/
Ddatabase_join.h28 int (*split) (semanage_handle_t * handle, member
/external/opencv3/modules/cudaarithm/src/cuda/
Dsplit_merge.cu236 void cv::cuda::split(InputArray _src, GpuMat* dst, Stream& stream) in split() function in cv::cuda
242 void cv::cuda::split(InputArray _src, std::vector<GpuMat>& dst, Stream& stream) in split() function in cv::cuda
/external/opencv3/modules/ml/src/
Dtree.cpp278 Split split; in addTree() local
421 WSplit split, best_split; in findBestSplit() local
702 WSplit split; in findSplitOrdClass() local
959 WSplit split; in findSplitCatClass() local
1035 WSplit split; in findSplitOrdReg() local
1117 WSplit split; in findSplitCatReg() local
1135 WSplit split = w->wsplits[splitidx]; in calcDir() local
1412 const Split& split = splits[node.split]; in predictTrees() local
1590 const Split& split = splits[splitidx]; in writeSplit() local
1801 Split split; in readSplit() local
/external/jcommander/src/test/java/com/beust/jcommander/args/
DArgsList.java43 public List<String> split(String value) { in split() method in ArgsList.SemiColonSplitter
/external/llvm/include/llvm/ADT/
DStringRef.h466 std::pair<StringRef, StringRef> split(char Separator) const { in split() function
483 std::pair<StringRef, StringRef> split(StringRef Separator) const { in split() function
/external/mesa3d/src/glsl/
Dopt_array_splitting.cpp66 bool split; member in opt_array_splitting::variable_entry
395 ir_array_splitting_visitor split(&refs.variable_list); in optimize_split_arrays() local
/external/jcommander/src/test/java/com/beust/jcommander/
DVariableArityTest.java47 String[] split = input.split("\\s+"); in verifyVariableArity() local
/external/clang/lib/Rewrite/
DRewriteRope.cpp234 RopePieceBTreeNode *RopePieceBTreeLeaf::split(unsigned Offset) { in split() function in RopePieceBTreeLeaf
470 RopePieceBTreeNode *RopePieceBTreeInterior::split(unsigned Offset) { in split() function in RopePieceBTreeInterior
626 RopePieceBTreeNode *RopePieceBTreeNode::split(unsigned Offset) { in split() function in RopePieceBTreeNode
/external/opencv3/modules/cudaarithm/src/
Dcore.cpp53 void cv::cuda::split(InputArray, GpuMat*, Stream&) { throw_no_cuda(); } in split() function in cv::cuda
54 void cv::cuda::split(InputArray, std::vector<GpuMat>&, Stream&) { throw_no_cuda(); } in split() function in cv::cuda

12345678